Custom Views can be utilized to add functionality to an existing View object.
True
False
Custom Views can be used to combine multiple views and add functionality.
Custom Views should only be used when a custom drawing is required.
The method required to draw the pixels to the canvas.
onCreateView
inflate
onDraw
None of the above
The method used to cause Android to redraw the pixels to the canvas.
onUpdateView
invalidate
Custom Views are limited to the base attributes of the Android system.
Next Concept